home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / editor / frxdv111.rea < prev    next >
Text File  |  1996-01-16  |  3KB  |  72 lines

  1. Short:    Very configurable text editor (1/2)
  2. Author:   Daniel.Stenberg@sth.frontec.se
  3. Uploader: Daniel.Stenberg@sth.frontec.se
  4. Type:     text/edit
  5.  
  6.     FrexxEd 1.11
  7.  
  8.     FrexxEd is probably the most configurable/programmable text editor made
  9.     for the Amiga. It uses the one-window concept, where a multiple of
  10.     views are created in the same window.
  11.  
  12.     FrexxEd has been beta tested a *long* while by a lot of people, and it
  13.     has taken us three years to come this far. The main mission with
  14.     FrexxEd has been to create an editor which is capable of doing whatever
  15.     *YOU* want it to. To enable *very* much reprogramming for those who
  16.     feel the need to.
  17.  
  18.     Some of FrexxEd's features are:
  19.  
  20.     o 100% recursive undo, changeable undobuffer size and on/off toggle
  21.     o unlimited number of buffers in memory
  22.     o unlimited number of blocks in memory
  23.     o unlimited line lengths
  24.     o unlimited buffer sizes
  25.     o 100% programmable, everything can be done by a script instead of
  26.       interactive
  27.     o *very* C-like programming language (FPL)
  28.     o clipboard support, export to/import from any unit
  29.     o uses V39-style memory pools
  30.     o V39 aware, uses V39 functions when available
  31.     o AppIcon/AppWindow support
  32.     o Window/Screen/Backdrop
  33.     o file name extension aware icon usage
  34.     o supports locale library, 8 languages are supported at the moment
  35.     o easy macro record/edit/view/play/save/load
  36.     o customizeable look of any ASCII character (to i.e enable the inverse
  37.       CED-look or the \xxx Emacs-look or...)
  38.     o programmable keyassigns, make any key do anything
  39.     o programmable mouseactions, make any mouse action perform whatever
  40.       you want it to
  41.     o rectangular/column/line style block marks
  42.     o programmable menustrip, make it contain whatever you please!
  43.     o supports XPK and PowerPacker compression/decompression and
  44.       encryption/decryption.
  45.     o startup-script that loads any file into a running editor
  46.     o ~600K documentation in amigaguide format
  47.     o works just as good used with gfx hardware like Retina, GVP Spectrum,
  48.       Piccolo, Picasso II, A2024, AGA, ECS or OCS...
  49.     o ARexx port, capable of reading and writing ARexx variables!
  50.     o A *LOT* of additional scripts that perform a multitude of different
  51.       things. From mousedragging-style blockmarking, archive-flag removal
  52.       when saving, center line, binary editor, snake game, incremental
  53.       search, interactive C indenting and word wrap to generic assembler
  54.       filters, bookmarks, backup, autosave and programs that easy
  55.       interfaces RCS...
  56.     o Custom keymap support
  57.     o binary loading/editing/saving
  58.     o unlimited key sequence lengths
  59.     o ability to clone the public screen when opened as a window on such
  60.     o font sensitive GUI
  61.     o line number mode supported, start each line with the line number
  62.     o ability to replace/change the workings of any internal function
  63.       through an advanced hooking procedure
  64.         o folds
  65.         o filehandler
  66.     o mailing list and other eletronic mail support
  67.  
  68. NEW FEATURES
  69.  
  70.         o lots of bugs removed
  71.         o and much, much more...
  72.